POV-Ray : Newsgroups : povray.general : Request: new simple pattern : Re: Request: new simple pattern Server Time
8 Aug 2024 10:22:42 EDT (-0400)
  Re: Request: new simple pattern  
From: Mick Hazelgrove
Date: 7 Jan 2001 08:47:45
Message: <3a587381@news.povray.org>
But Runes suggestion would be easily available to many users who do not have
your mathmatical skills. Or do not frequent these newsgroups.

Not to start a war because I think Pov and its creators are wonderful. All
to often programs are written by very clever people who don't always realise
how thick the user is!  I'm an artist I trained for many years as one, my
mathamatical skills and programing skills are very limited. I do not have
much time to learn mathamatics at the level you lot work at and at 55 find
that level of thinking increasingly difficult. At the same time my artistic
skills continue to improve and grow.

All I ask is an awarness from the cleverer members of our fraternity that
there is a diversity of users with different needs, which is why I think as
many facilities as possible should be programed directly into Pov in as
simple and easy way to understand and use as possible.

After all those clever people can always amuse themselves by wrinting
patches for mathamatical dummies like me.

Mick


"Christoph Hormann" <chr### [at] gmxde> wrote in message
news:3A5868E7.11DD2F4F@gmx.de...
>
>
> Not sure whether it has everything you wanted, but how about:
>
> #macro Gradient2 (Vector)
>
>   #local FX=vnormalize(Vector).x;
>   #local FY=vnormalize(Vector).y;
>   #local FZ=vnormalize(Vector).z;
>   #local Len=vlength(Vector);
>
>   function {
>       min(1,max(0,(x*FX + y*FY + z*FZ)/Len))
>   }
>
> #end
>
> Christoph
>
> --
> Christoph Hormann <chr### [at] gmxde>
> IsoWood include, radiosity tutorial, TransSkin and other
> things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.